home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / space_dude.swf / scripts / frame_2 / DoAction_2.as next >
Text File  |  2007-01-12  |  194b  |  8 lines

  1. current_bytes = this.getBytesLoaded();
  2. tot_bytes = this.getBytesTotal();
  3. percent = int(current_bytes / tot_bytes * 100) + "% ";
  4. if(current_bytes >= tot_bytes)
  5. {
  6.    gotoAndStop("good");
  7. }
  8.